home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / fareclasses.ctl < prev    next >
Text File  |  2000-05-12  |  775b  |  32 lines

  1. -- RCSVER $Id: fareclasses.ctl,v 1.1 2000-05-03 12:29:01-05 randy Exp $ */
  2. -- *************************************************************************
  3. --        Copyright (C) 1999, Agent Systems, Inc. All Rights Reserved.
  4. --
  5. -- Name:        fareclasses.ctl
  6. -- Date:     02/23/1999
  7. -- memo:        Randy Wood
  8. -- Description:    Load the data for the status table.
  9. -- Changes:
  10. -- *********************************************************************** */
  11. LOAD DATA
  12. INFILE *
  13. INTO TABLE fareclasses
  14. fields terminated by "|"
  15. trailing nullcols
  16. (
  17.     class_num,
  18.     descr,
  19.     code,
  20.     config_num,
  21.     is_magnetic
  22. )
  23. begindata
  24. 1|Normal|N|1|0|
  25. 2|Discount|D|1|0|
  26. 3|Transfer|R|1|0|
  27. 4|Special|S|1|0|
  28. 5|Pass|P|1|0|
  29. 6|Inactive|X|1|0|
  30. 7|Magnetic pass/xfer|M|1|1|
  31. 8|Stored value card|C|1|1|
  32.